home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / uc31c_1.zip / RBBS.SC_ / RBBS.SC
Text File  |  1993-04-22  |  308b  |  20 lines

  1. ;RBBS-PC login script template for Unicom 3
  2. ;
  3. Delay(1000)
  4. Send("^M")
  5. Waitfor("Escape")
  6. Delay(2000)
  7. Send("^[")
  8. Waitfor("name?")
  9. Delay(200)
  10. Send("FIRST^M")   ; Set this to your 1st name
  11. Waitfor("name?")
  12. Delay(200)
  13. Send("LAST^M")
  14. Waitfor("Password")
  15. Delay(1500)
  16. Send("YOURPASSWORD^M")
  17. Exit
  18.  
  19.  
  20.